Esx Hcl Hosts CompatibilityReport Result
The Esx Hcl Hosts CompatibilityReport Result schema contains the result of hardware compatibility report creation operation.
{
"report": {
"host": "string",
"target_release": "string",
"server_hcl": {
"server": {
"model_name": "string",
"vendor": "string",
"cpu_series": "string",
"cpu_features": "string",
"bios": {
"version": "string",
"vendor": "string"
}
},
"matches": [
{
"bios_constraints": [
{
"bios": {
"version": "string",
"vendor": "string"
},
"notes": [
{
"id": "string",
"default_message": "string",
"args": [
"string"
],
"params": {
"params": {
"s": "string",
"dt": "string",
"i": 0,
"d": "number",
"l": "Vapi Std NestedLocalizableMessage Object",
"format": "string",
"precision": 0
}
},
"localized": "string"
}
]
}
],
"cpu_series": "string",
"supported_releases": [
"string"
],
"vcg_link": "string",
"notes": [
{
"id": "string",
"default_message": "string",
"args": [
"string"
],
"params": {
"params": {
"s": "string",
"dt": "string",
"i": 0,
"d": "number",
"l": "Vapi Std NestedLocalizableMessage Object",
"format": "string",
"precision": 0
}
},
"localized": "string"
}
]
}
],
"model_compatibility": "string"
},
"devices_hcl": [
{
"compatibility": "string",
"device": {
"pci_address": "string",
"vid": "string",
"did": "string",
"svid": "string",
"ssid": "string",
"vendor": "string",
"model_name": "string",
"class_code": "string",
"sub_class_code": "string",
"driver": {
"name": "string",
"version": "string",
"vendor": "string"
},
"firmware": {
"version": "string",
"vendor": "string"
},
"used_by_vsan": false
},
"device_constraints": [
{
"driver": {
"name": "string",
"version": "string",
"vendor": "string"
},
"firmware": {
"version": "string",
"vendor": "string"
},
"notes": [
{
"id": "string",
"default_message": "string",
"args": [
"string"
],
"params": {
"params": {
"s": "string",
"dt": "string",
"i": 0,
"d": "number",
"l": "Vapi Std NestedLocalizableMessage Object",
"format": "string",
"precision": 0
}
},
"localized": "string"
}
]
}
],
"supported_releases": [
"string"
],
"vcg_link": "string",
"notes": [
{
"id": "string",
"default_message": "string",
"args": [
"string"
],
"params": {
"params": {
"s": "string",
"dt": "string",
"i": 0,
"d": "number",
"l": "Vapi Std NestedLocalizableMessage Object",
"format": "string",
"precision": 0
}
},
"localized": "string"
}
]
}
],
"generated_at": "string",
"notifications": {
"info": [
{
"id": "string",
"time": "string",
"message": {
"id": "string",
"default_message": "string",
"args": [
"string"
],
"params": {
"params": {
"s": "string",
"dt": "string",
"i": 0,
"d": "number",
"l": "Vapi Std NestedLocalizableMessage Object",
"format": "string",
"precision": 0
}
},
"localized": "string"
},
"resolution": {
"id": "string",
"default_message": "string",
"args": [
"string"
],
"params": {
"params": {
"s": "string",
"dt": "string",
"i": 0,
"d": "number",
"l": "Vapi Std NestedLocalizableMessage Object",
"format": "string",
"precision": 0
}
},
"localized": "string"
}
}
],
"warnings": [
{
"id": "string",
"time": "string",
"message": {
"id": "string",
"default_message": "string",
"args": [
"string"
],
"params": {
"params": {
"s": "string",
"dt": "string",
"i": 0,
"d": "number",
"l": "Vapi Std NestedLocalizableMessage Object",
"format": "string",
"precision": 0
}
},
"localized": "string"
},
"resolution": {
"id": "string",
"default_message": "string",
"args": [
"string"
],
"params": {
"params": {
"s": "string",
"dt": "string",
"i": 0,
"d": "number",
"l": "Vapi Std NestedLocalizableMessage Object",
"format": "string",
"precision": 0
}
},
"localized": "string"
}
}
],
"errors": [
{
"id": "string",
"time": "string",
"message": {
"id": "string",
"default_message": "string",
"args": [
"string"
],
"params": {
"params": {
"s": "string",
"dt": "string",
"i": 0,
"d": "number",
"l": "Vapi Std NestedLocalizableMessage Object",
"format": "string",
"precision": 0
}
},
"localized": "string"
},
"resolution": {
"id": "string",
"default_message": "string",
"args": [
"string"
],
"params": {
"params": {
"s": "string",
"dt": "string",
"i": 0,
"d": "number",
"l": "Vapi Std NestedLocalizableMessage Object",
"format": "string",
"precision": 0
}
},
"localized": "string"
}
}
]
}
},
"identifier": "string"
}
The hardware compatibility report.
The identifier of the compatibility report.
GET /esx/hcl/reports/{report} provides location where a file based report based on the Esx Hcl Hosts CompatibilityReport HclReport can be downloaded using this identifier.
missing or null
in case of error reported in Esx Hcl Hosts CompatibilityReport HclReport.notifications.
When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: com.vmware.esx.hcl.resources.CompatibilityReport
. When operations return a value of this schema as a response, the property will be an identifier for the resource type: com.vmware.esx.hcl.resources.CompatibilityReport
.